const github.com/andybalholm/brotli.minInputBlockBits

2 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L31: const minInputBlockBits = 16
		quality.go#L99: 		lgblock = brotli_min_int(maxInputBlockBits, brotli_max_int(minInputBlockBits, lgblock))